Skip to content
Back to search
30
MCP

Zotero Chunk RAG

pulsemcp/zotero chunk rag

Enables semantic search over Zotero research libraries by extracting and chunking PDF text, embedding with Gemini API, and storing in ChromaDB to find relevant papers, search specific passages with context, and retrieve bibliographic metadata with precise page-level attribution.

Uptime
0.0%
1 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

Crawl4AI RAG
Combines web crawling with vector search to enable content extraction, semantic indexing, and retrieval-augmented generation over web-based
0 tools
Multi-Document RAG
Enables document processing with OCR, vector embeddings, and semantic search capabilities for efficient retrieval-augmented generation acros
0 tools
Zoty (Zotero)
Lightweight Zotero integration providing BM25-ranked search, collection browsing, item lookup, and paper ingestion by arXiv ID or DOI with a
0 tools
Journal RAG
Enables semantic search through personal markdown journal entries using vector database technology for effortless retrieval of past experien
0 tools
Codebase RAG
Provides semantic codebase search and file retrieval using CocoIndex embeddings and PostgreSQL with pgvector for similarity search, enabling
0 tools
TeaRAGs
Provides semantic code search across large codebases using vector embeddings and AST-aware chunking with git metadata integration for intell
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "zotero_chunk_rag": {
      "url": "None",
      "transport": "http"
    }
  }
}